sipgrep: update descriptions
authorSebastian Kemper <[email protected]>
Sun, 21 Jan 2018 17:09:29 +0000 (18:09 +0100)
committerSebastian Kemper <[email protected]>
Sun, 21 Jan 2018 17:09:31 +0000 (18:09 +0100)
- move the package to Utilities/Telephony
- title/description shamelessly copied from Debian

Signed-off-by: Sebastian Kemper <[email protected]>
net/sipgrep/Makefile

index f204e361219bf97bd6f83db92e6fc7ee892b420e..c85085ae2943b02514e0bbc256f2cd9ac62cb628 100644 (file)
@@ -29,15 +29,18 @@ PKG_INSTALL:=1
 include $(INCLUDE_DIR)/package.mk
 
 define Package/sipgrep
-  SECTION:=net
-  CATEGORY:=Network
+  SECTION:=utils
+  CATEGORY:=Utilities
+  SUBMENU:=Telephony
   DEPENDS:=+libpcap +libpcre +libncursesw
-  TITLE:=Display and Troubleshoot SIP signaling in CLI
+  TITLE:=Command line tool to sniff, capture, display SIP messages
   URL:=https://github.com/sipcapture/sipgrep
 endef
 
 define Package/sipgrep/description
-  SipGrep is a utility for displaying and troubleshooting SIP signaling.
+Powerful pcap-aware command line tool to sniff, capture, display and
+troubleshoot SIP signaling over IP networks, allowing the user to
+specify extended regular expressions matching against SIP headers.
 endef
 
 CONFIGURE_ARGS += \